Add recent changes

Akinori MUSHA 8 years ago
parent
commit
6edf4d7c1e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      CHANGES.md

+ 5 - 0
CHANGES.md

@@ -1,5 +1,10 @@
1 1
 # Changes
2 2
 
3
+* Sep 2, 2015    - WebRequestConcern Agents automatically decode gzip/inflate encodings.
4
+* Sep 1, 2015    - WebhookAgent can configure allowed verbs (GET, POST, PUT, ...) for incoming requests.
5
+* Aug 21, 2015   - PostAgent supports "xml" as `content_type`.
6
+* Aug 3, 2015    - Dry Run allows user to input an event payload.
7
+* Aug 1, 2015    - Huginn now requires Ruby >=2.0 to run.
3 8
 * Jul 30, 2015   - RssAgent can configure the order of events created via `events_order`.
4 9
 * Jul 29, 2015   - WebsiteAgent can configure the order of events created via `events_order`.
5 10
 * Jul 29, 2015   - DataOutputAgent can configure the order of events in the output via `events_order`.